how to remove dot from li

51

eliminate dots li -

ul {
    list-style-type: none;
}

ul remove dots -

ul {
  list-style-type: none;
}

remove dot from ul -

ul {
  list-style-type: none;
}

Comments

Submit
0 Comments